home *** CD-ROM | disk | FTP | other *** search
- 100 open8,8,8,"tokens,p,w"
- 110 print#8,chr$(1)chr$(8);
- 120 rm$=":"+chr$(143)+" $":z$=chr$(0):m=2049:fort=128to255
- 130 tl=(t and 15)+48:iftl>57thentl=tl+7
- 140 th=int(t/16)+48:ifth>57thenth=th+7
- 150 m=m+13
- 160 ml=m and 255:mh=int(m/256)
- 170 print#8,chr$(ml)chr$(mh)chr$(t)z$+chr$(t)rm$+chr$(th)chr$(tl)z$;
- 180 next:print#8,z$z$;
- 190 close8:end
-